Location System API - Implementation Template (US Core)
Field mapping
Location
See src/main/resources/dw/FHIRTools.dwl for a mapping example.
| FHIR Field | Field | Notes |
|---|---|---|
| id | Id | A lookup in Health Cloud is done to verify this exists. |
| status | status__c | Custom Field |
| name | Name | |
| description | Description | |
| type | LocationType | |
| position.latitude | Latitude | |
| telecom | telecom__c | Custom Field |
| position.longitude | Longitude | |
| address.type | VisitorAddress.AddressType | |
| address.line | VisitorAddress.Street | |
| address.city | VisitorAddress.City | |
| address.postalCode | VisitorAddress.PostalCode | |
| address.country | VisitorAddress.Country | |
| managingOrganization | ManagingOrganization__r.Name | Custom Field |